home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / www / 1stLinkChe_GUI.lha / LinkChecker-GUI.readme < prev   
Encoding:
Text File  |  1998-02-27  |  1.8 KB  |  60 lines

  1. Short:    GUI-Checker of links in HTML-Pages (2.0b2)
  2. Author:   age@thepentagon.com (Heiko Schröder)
  3. Uploader: age@thepentagon.com (Heiko Schröder)
  4. Version:  2.0 beta 2
  5. Type:     comm/www
  6.  
  7.  
  8.  
  9.         !!!  This is a beta version of 1stLinkChecker with GUI.  !!!
  10.  
  11. This ARexx script looks for local links at your HTML pages and checks the 
  12. existence of these linked pages. It dont't looks for EXTERNAL links !!!
  13.  
  14.        ---------------------------------------------------------------
  15.  
  16. The features:
  17.    - scan of a directory and files
  18.    - Graphic User Interface (no CLI/Shell input)
  19.    - it checks local links
  20.    - it controls UNIX names
  21.    - it tells you non linked files
  22.    - you select the failed page and the script will open the file in your
  23.      favorite text editor at the correct line (fast edit)
  24.  
  25. The future:
  26.    - i will make it faster
  27.    - check of anchor links (like "<a href="index.html#top">)
  28.  
  29.  
  30.        ---------------------------------------------------------------
  31.  
  32. History
  33. -------
  34.  
  35. V0.2beta    02/27/98    - menu added
  36.                         - preferences for your favorite text editor
  37.                         - temporarly files will be deleted
  38.                         - empty link will not displayed as failed link
  39.  
  40. V0.1beta    02/23/98    - first release
  41.  
  42.        ---------------------------------------------------------------
  43.  
  44.  
  45. The requirements (not included):
  46. C:List                     | © by Commodore / Amiga Technologies 
  47. C:Delete                   |   & Amiga International
  48. Sys:System/RexxMast        | © 1987 by William S. Hawes
  49.  
  50.  
  51. The requirements (included):
  52. Libs:reqtools.library      | © 1997 by Nico François
  53. Libs:rexxreqtools.library  | © 1994 by Rafael D'Halleweyn
  54. Libs:triton.library        | © 1997 by Stephan Zeiger
  55. Libs:tritonrexx.library    | © 1995 by Jürgen Kohrmeyer
  56. PROGDIR:MEmacs             | © 1986 C= Amiga
  57.  
  58.  
  59. Date: 02/27/98
  60.